home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
mint
/
mgr
/
mgr.zoo
/
mgrdif2.zoo
/
diffs
next >
Wrap
Text File
|
1991-03-22
|
22KB
|
700 lines
*** ckmgrterm.c Thu Mar 21 10:46:46 1991
--- ../ckmgrterm.c Fri Mar 22 09:29:14 1991
***************
*** 5,14 ****
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: ckmgrterm.c,v 4.1 88/06/21 13:40:34 bianchi Exp $
! $Source: /tmp/mgrsrc/lib/RCS/ckmgrterm.c,v $
*/
! static char RCSid_[] = "$Source: /tmp/mgrsrc/lib/RCS/ckmgrterm.c,v $$Revision: 4.1 $";
#include <stdio.h>
--- 5,14 ----
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/ckmgrterm.c,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
! $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/ckmgrterm.c,v $
*/
! static char RCSid_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/ckmgrterm.c,v $$Revision: 1.1 $";
#include <stdio.h>
*** dump.h Thu Mar 21 10:46:46 1991
--- ../dump.h Fri Mar 22 09:29:14 1991
***************
*** 5,14 ****
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: dump.h,v 4.2 88/07/20 15:16:24 sau Exp $
! $Source: /tmp/mgrsrc/lib/RCS/dump.h,v $
*/
! static char h_dump_[] = "$Source: /tmp/mgrsrc/lib/RCS/dump.h,v $$Revision: 4.2 $";
/* format for saved bitmaps */
#define B_HSIZE (sizeof(struct b_header))
--- 5,14 ----
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/dump.h,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
! $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/dump.h,v $
*/
! static char h_dump_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/dump.h,v $$Revision: 1.1 $";
/* format for saved bitmaps */
#define B_HSIZE (sizeof(struct b_header))
*** restart.h Thu Mar 21 10:46:46 1991
--- ../restart.h Fri Mar 22 09:29:16 1991
***************
*** 5,14 ****
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: restart.h,v 4.1 88/06/21 13:40:38 bianchi Exp $
! $Source: /tmp/mgrsrc/lib/RCS/restart.h,v $
*/
! static char h_restart_[] = "$Source: /tmp/mgrsrc/lib/RCS/restart.h,v $$Revision: 4.1 $";
/* stuff for restarting upon reshape/ redraw */
--- 5,14 ----
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/restart.h,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
! $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/restart.h,v $
*/
! static char h_restart_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/restart.h,v $$Revision: 1.1 $";
/* stuff for restarting upon reshape/ redraw */
***************
*** 22,29 ****
--- 22,34 ----
#include <signal.h>
#endif
+ #if __STDC__
+ void _Catch (void);
+ void _Clean (void);
+ #else
extern int _Catch(), _Clean();
extern jmp_buf _env;
+ #endif
#ifdef QUIT_CHAR
static char *_quit = QUIT_CHAR;
*** scribe.c Thu Mar 21 10:46:47 1991
--- ../scribe.c Fri Mar 22 09:29:17 1991
***************
*** 5,14 ****
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: scribe.c,v 4.2 88/06/22 09:05:15 sau Exp $
! $Source: /tmp/mgrsrc/lib/RCS/scribe.c,v $
*/
! static char RCSid_[] = "$Source: /tmp/mgrsrc/lib/RCS/scribe.c,v $$Revision: 4.2 $";
/* These characters were adapted from the Hershey font collection.
*
--- 5,14 ----
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/scribe.c,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
! $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/scribe.c,v $
*/
! static char RCSid_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/scribe.c,v $$Revision: 1.1 $";
/* These characters were adapted from the Hershey font collection.
*
***************
*** 18,24 ****
scribe( font, ch, min, max, npts, pts)
int font, *npts;
! char ch;
short *min, *max, *pts;
# define char_per_font 96
{
--- 18,24 ----
scribe( font, ch, min, max, npts, pts)
int font, *npts;
! int ch;
short *min, *max, *pts;
# define char_per_font 96
{
*** sfont.c Thu Mar 21 10:46:47 1991
--- ../sfont.c Fri Mar 22 09:29:18 1991
***************
*** 5,14 ****
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: sfont.c,v 4.2 88/06/22 09:12:40 sau Exp $
! $Source: /tmp/mgrsrc/lib/RCS/sfont.c,v $
*/
! static char RCSid_[] = "$Source: /tmp/mgrsrc/lib/RCS/sfont.c,v $$Revision: 4.2 $";
/* These characters were adapted from the Hershey font collection.
*
--- 5,14 ----
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sfont.c,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
! $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sfont.c,v $
*/
! static char RCSid_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sfont.c,v $$Revision: 1.1 $";
/* These characters were adapted from the Hershey font collection.
*
***************
*** 19,25 ****
/*---------------------------------------*/
sfont( font, ch, min, max, npts, pts)
int font, *npts;
! char ch;
short *min, *max, *pts;
# define char_per_font 96
{
--- 19,25 ----
/*---------------------------------------*/
sfont( font, ch, min, max, npts, pts)
int font, *npts;
! int ch;
short *min, *max, *pts;
# define char_per_font 96
{
*** sin.c Thu Mar 21 10:46:47 1991
--- ../sin.c Fri Mar 22 09:29:18 1991
***************
*** 5,14 ****
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: sin.c,v 4.1 88/06/21 13:40:58 bianchi Exp $
! $Source: /tmp/mgrsrc/lib/RCS/sin.c,v $
*/
! static char RCSid_[] = "$Source: /tmp/mgrsrc/lib/RCS/sin.c,v $$Revision: 4.1 $";
/* sine and cosine routines
* input: degrees (integer)
--- 5,14 ----
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sin.c,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
! $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sin.c,v $
*/
! static char RCSid_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sin.c,v $$Revision: 1.1 $";
/* sine and cosine routines
* input: degrees (integer)
***************
*** 17,23 ****
/* sin table 0-90 degrees * 1024 */
! int sintab[] = {
0, 18, 36, 54, 71, 89, 107, 125, 143, 160,
178, 195, 213, 230, 248, 265, 282, 299, 316, 333,
350, 367, 384, 400, 416, 433, 449, 465, 481, 496,
--- 17,23 ----
/* sin table 0-90 degrees * 1024 */
! static short sintab[] = {
0, 18, 36, 54, 71, 89, 107, 125, 143, 160,
178, 195, 213, 230, 248, 265, 282, 299, 316, 333,
350, 367, 384, 400, 416, 433, 449, 465, 481, 496,
*** term.c Thu Mar 21 10:51:06 1991
--- ../term.c Fri Mar 22 09:31:52 1991
***************
*** 5,14 ****
* on copies, and credit should be given to Bellcore where it is due.
* BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
! /* $Header: term.c,v 4.3 88/07/01 09:33:49 bianchi Exp $
! $Source: /tmp/mgrsrc/lib/RCS/term.c,v $
*/
! static char RCSid_[]